ComponentOne ASP.NET MVC Controls
PosY Method

C1.Web.Mvc.Fluent Namespace > ChartGesturesBuilder<T> Class : PosY Method
The value.
Configurates C1.Web.Mvc.ChartGestures<T>.PosY. Sets the initial position of the axis Y.
Syntax
'Declaration
 
Public Function PosY( _
   ByVal value As Single _
) As ChartGesturesBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The value represents initial position on the axis when the Scale is less than 1. Otherwise, the Value has no effect. The Value should lie between 0 to 1.
See Also

Reference

ChartGesturesBuilder<T> Class
ChartGesturesBuilder<T> Members